The editing program information is related
to the SDK interface method and the data related to the program list.
The SDK interface method is used to specify the currently used operation, and the data of the program list provides parameters for the interface method.
The SDK interface method consists of: AddProgram, UpdateProgram, DeleteProgram.
A、
AddProgram: Add one or more
programs to the program list.(The timeStamps property is not required
in the screen tag in this case.). If the timeStamps attribute
in the screen tag exists and is different from the previous value, then its
effect is equivalent to the send screen.
B、
UpdateProgram:Update the corresponding
program information in the program list of the lower computer. (All GUIDs have
to correspond one by one)
C、
DeleteProgram:The program of the
specified GUID can be deleted through this interface.
D、 Since the file name may
be referenced in the program parameters, if the file has not been uploaded to
the device, the file should be uploaded to the device first.
Type |
Description |
Enum |
The string exists as a string in the xml, and the unmatched parameters are treated as default values. |
Bool |
Use the strings "true" and "false". |
Color |
The color string format is #RRGGBB, which is not case sensitive, such as the red value is #FF0000. |
String |
Generic string, the following special characters need to be converted: & convert to & < convert to < > convert to > " convert to " ' convert to ' |
Int |
Value range -2147483648~2147483647 Use a string description, such as: "-30", "556". |
Double |
Use a string description, such as: "-300.5", "556.0" "556". |